home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / games / addons / rm110.arj / PHILIPS / READ.ME < prev    next >
Text File  |  1993-08-04  |  7KB  |  169 lines

  1.                      Laser Magnetic Storage International
  2.                             4425 ArrowsWest Drive 
  3.                          Colorado Springs, CO.  80907 
  4.  
  5.  LZ260 release 1.00                                           August 4, 1993
  6. -----------------------------------------------------------------------------
  7.                                Table of Contents
  8.  
  9. Section    1   List of Files
  10. Section    2   Features
  11. Section    3   Buffers in host memory (the /M option)
  12. Section    4   Details displayed with /V option (DD260 and MSCDEX)
  13.  
  14.  
  15.  
  16. -----------------------------------------------------------------------------
  17.  
  18.                             Section 1 - List of Files
  19.  
  20. The files included on this disc are: 
  21.  
  22.      READ.ME        This text file.
  23.  
  24.      DD260.SYS      Device driver to support the CM205, CM225, CM206, and
  25.                     CM226 LMS CDROM drives with the LMS CM260 host adapter.
  26.                     This device driver adheres to the Microsoft specification
  27.                     for control of optical drives using personal computers
  28.                     and the MS-DOS operating system. It is compatible with
  29.                     Microsoft Windows 3.x.  The driver requires an 80186 or
  30.                     higher host processor.
  31.  
  32.      MSCDEX.EXE     The Microsoft CD ROM Extensions to MS-DOS, version 2.21.
  33.  
  34.      SETUP.EXE      A program to automatically install DD260.SYS and
  35.                     MSCDEX.EXE.
  36.  
  37.      USRGUIDE.TXT   A text file with details on the installation process.
  38.  
  39. Files copied by Setup:
  40.  
  41.      DD260.SYS
  42.  
  43.      MSCDEX.EXE
  44.  
  45. -----------------------------------------------------------------------------
  46.  
  47.                       Section 2 - Features
  48.  
  49. This first release of the device driver software has the following features
  50.  
  51.      -  Access to standard CD-AUDIO discs, CDROM discs, and multi-session
  52.         Photo CD discs.  Contact Eastman-Kodak for more information on the 
  53.         multi-session Photo CD discs.
  54.  
  55.      -  Automatic speed control with the CM206 double-speed drive is
  56.         implemented for data/audio switching.  Speed is adjusted downward as
  57.         a recovery measure on damaged disc surfaces.
  58.  
  59.      -  When used with a CM205 or CM225, the CM260 and the DD260 device
  60.         driver reduce processor overhead by nearly half as compared with the
  61.         CM250 and the DD250MS device driver.
  62. ------------------------------------------------------------------------------
  63.  
  64.                       Section 3 - Buffers in host memory
  65.  
  66.  
  67. The CM205, CM225, CM206, and CM226 CD ROM drives are compatible with the
  68. Multimedia PC specification.  One of the requirements stated in this document
  69. is the capability to continuously stream data from the disc to the PC, while
  70. using less than 40% of the processor's bandwidth.  This capability allows the
  71. execution of video or animation sequences on your Multimedia PC.
  72.  
  73. In order to meet the performance targets required for MPC compliance each of 
  74. the CM205, CM225, CM206, CM226 need to buffer data in the PC itself.  When
  75. installing the device driver software you have an option to select the number
  76. of memory buffers available to the CD ROM device driver.  This is the /M
  77. option on the DEVICE line in the CONFIG.SYS file.  The software installation
  78. program will put your preference in the proper place and format.  Each memory
  79. buffer requires 2,512 bytes of the memory in your PC.  
  80.  
  81. Multimedia PC compliance does specify the use of at least a 386/25MHz
  82. processor.
  83.  
  84. It is recommended to install at least 8 memory buffers to achieve MPC
  85. compliance.  You have the option to install a total of 32 sector buffers. 
  86. Note that performance does not always improve as more memory is allocated for
  87. the device driver.  For read sizes up to 64k bytes, the best performance is
  88. achieved with 12 memory buffers when using a CM206 or CM226 and 24 memory
  89. buffers with the CM205 or CM225.  You may need to try more than one
  90. configuration to determine the best one for your needs, given the trade-off
  91. between performance and memory usage.  If you do not plan to run Multimedia
  92. applications, you may consider not installing any memory buffers for the
  93. CDROM device driver.
  94.  
  95. The minimum number of buffer sectors the driver will use is two.  If you
  96. specify 2 or less memory buffers, the driver will allocate 2, occupying 5024
  97. bytes of PC memory.
  98.  
  99. The maximum number of memory buffers is 32.  If you specify more than 32 on
  100. the config.sys line, the driver will reduce it to 32.  If memory constraints
  101. disallow allocation of the entire number of memory buffers requested, then
  102. the number will be reduced to available memory.
  103.  
  104. It is recommended that the DEVICEHIGH feature of MS-DOS 5.0 and higher be
  105. used to load the DD260 driver and its memory buffers into upper memory. See
  106. your MS-DOS manual for instructions on how to use this feature.
  107.  
  108. For example, if you accept the suggested SETUP options, your CONFIG.SYS file
  109. will contain the line:
  110.  
  111. DEVICE=C:\CDROM\DD260.SYS /D:MSCD001 /P:340 /I:3 /M:8
  112.  
  113. -----------------------------------------------------------------------------
  114.  
  115.                  Section 4 - Details displayed with /V option
  116.  
  117.                                  DD260 driver
  118.  
  119.      When loaded with this DEVICE statement :
  120.  
  121. DEVICE=C:\CDROM\DD260.SYS /V
  122.  
  123.      The DD260 driver displays something like :
  124.  
  125.  
  126.      DOUBLE-SPEED CDROM DEVICE DRIVER
  127.      VERSION 1.00:  12:33:02  Aug 4 1993
  128.      CDROM DEVICE DRIVER NAME:  MSCD001
  129.      Port base address:         0340
  130.      Interrupt request          0003
  131.      Memory buffers:            0002
  132.  
  133.  
  134.  
  135.  
  136.                                     MSCDEX
  137.  
  138.      When loaded with this command line :
  139.  
  140. MSCDEX /L:W /D:MSCD001 /M:16 /V
  141.  
  142.      MSCDEX displays something like :
  143.  
  144. MSCDEX Version 2.21
  145. Copyright (C) Microsoft Corp. 1986, 1987, 1988, 1989, 1990, 1992. All rights
  146. reserved.
  147.  
  148.        Drive W: = Driver MSCD001 unit 0
  149. 485456 bytes free memory
  150. 0      bytes expanded memory
  151. 12956  bytes CODE
  152. 2112   bytes static DATA
  153. 33278  bytes dynamic DATA
  154. 48608  bytes used
  155.  
  156.  
  157. -----------------------------------------------------------------------------
  158.  
  159. dd260.SYS, SETUP.EXE, READ.ME
  160.      (C) Copyright 1991,1992, 1993
  161.      Laser Magnetic Storage International
  162.  
  163. MSCDEX.EXE
  164.      (C) Copyright 1986,1987,1988,1989,1990,1992
  165.      Microsoft Corporation
  166.  
  167. Unauthorized Copying is Strictly Prohibited.  All Rights Reserved  
  168. MS-DOS, Windows and MSCDEX are trademarks of Microsoft Corporation
  169.